github.com/go-pg/pg/v10/orm.tables.Get (method)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		tables.go#L46: 	return _tables.Get(typ)
		tables.go#L74: 	_ = t.Get(typ)
		tables.go#L121: func (t *tables) Get(typ reflect.Type) *Table {